Class UseCancelOutput

Description

PGプリカバリュー利用キャンセル 出力パラメータクラス

Located in /com/gmo_pg/client/output/UseCancelOutput.php (line 11)

BaseOutput
   |
   --UseCancelOutput
Method Summary
 UseCancelOutput __construct ([IgnoreCaseMap $params = null])
 string getPrecaNo ()
 integer getPrecaSeq ()
 string getProcessDate ()
 bigDecimal getTotalValue ()
 void setPrecaNo (string $precaNo)
 void setPrecaSeq (integer $precaSeq)
 void setProcessDate (string $processDate)
 void setTotalValue (bigDecimal $totalValue)
 string toString ()
Methods
Constructor __construct (line 36)

コンストラクタ

  • access: public
UseCancelOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getPrecaNo (line 56)

プリカ番号取得

  • return: プリカ番号
  • access: public
string getPrecaNo ()
getPrecaSeq (line 63)

プリカ履歴連番取得

  • return: プリカ履歴連番
  • access: public
integer getPrecaSeq ()
getProcessDate (line 70)

処理日時取得

  • return: 処理日時
  • access: public
string getProcessDate ()
getTotalValue (line 77)

合計バリュー取得

  • return: 合計バリュー
  • access: public
bigDecimal getTotalValue ()
setPrecaNo (line 86)

プリカ番号設定

  • access: public
void setPrecaNo (string $precaNo)
  • string $precaNo
setPrecaSeq (line 94)

プリカ履歴連番設定

  • access: public
void setPrecaSeq (integer $precaSeq)
  • integer $precaSeq
setProcessDate (line 102)

処理日時設定

  • access: public
void setProcessDate (string $processDate)
  • string $processDate
setTotalValue (line 110)

合計バリュー設定

  • access: public
void setTotalValue (bigDecimal $totalValue)
  • bigDecimal $totalValue
toString (line 121)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:02:05 +0900 by phpDocumentor 1.4.3